reftests: set style properties to 0 in reset-to-defaults
authorBenjamin Otte <otte@redhat.com>
Tue, 17 Jan 2012 15:10:23 +0000 (16:10 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Feb 2012 02:14:01 +0000 (03:14 +0100)
GtkButton doesn't conform to CSS with these properties.
Bad GtkButton!

tests/reftests/reset-to-defaults.css

index 8af2a1f795d548970d4dc74413505237020b63a2..af1fe41f7231daf60bbf3be954f4a2c02b09d923 100644 (file)
@@ -52,4 +52,7 @@
   engine: initial;
   transition: initial;
   gtk-key-bindings: initial;
+
+  -GtkWidget-focus-line-width: 0;
+  -GtkWidget-focus-padding: 0;
 }